home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 December / PCWorld_2006-12_cd.bin / domacnost a kancelar / rainlendar / Rainlendar-Lite-2.0.exe / skins / Shadow4.r2skin / skin.xml
Extensible Markup Language  |  2006-10-22  |  4KB  |  50 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <skin version="1.0">
  3.  
  4.   <info>
  5.     <version>1.0</version>
  6.     <author>Rainy</author>
  7.     <email>rainy@iki.fi</email>
  8.     <homepage>http://www.rainlendar.net</homepage>
  9.     <screenshot>images/screenshot.png</screenshot>
  10.     <comment>A sequel to the popular Shadow3-skin with some added features like visible days from the next and previous month and a skinned tooltip.</comment>
  11.   </info>
  12.  
  13.   <variables>
  14.     <variable name="Visible_month" default="0" window="Calendar" description="Defines the month that the calendar shows. Set to +1 for the next month, -1 for the previous month or a value from 0 to 11 for a specific month in the current year." />
  15.     <variable name="Show_buttons" default="1" window="Calendar" description="Set to 0 to hide the next and previous buttons from the calendar." />
  16.     <variable name="Show_adjacent_days" default="1" window="Calendar" description="Set to 0 to hide the days from the previous and next month." />
  17.     <variable name="Eventlist_width" default="165" window="Event List" description="Defines the width of the event list. The default value is 165 pixels." />
  18.     <variable name="Eventlist_height" default="300" window="Event List" description="Defines the maximum height of the event list. The default value is 300 pixels." />
  19.     <variable name="Todolist_width" default="165" window="Todo List" description="Defines the width of the to do list. The default value is 165 pixels." />
  20.     <variable name="Todolist_height" default="300" window="Todo List" description="Defines the maximum height of the to do list. The default value is 300 pixels." />
  21.     <variable name="Show_post_weeks" default="10" window="Long Calendar" description="Defines the number of weeks that the calendar shows after the current month." />
  22.     <variable name="Show_pre_weeks" default="0" window="Long Calendar" description="Defines the number of weeks that the calendar shows before the current month." />
  23.     <variable name="Visible_month" default="0" window="Sidebar" description="Defines the month that the calendar shows. Set to +1 for the next month, -1 for the previous month or a value from 0 to 11 for a specific month in the current year." />
  24.     <variable name="Width" default="165" window="Sidebar" description="Defines the width of the window. The default value is 165 pixels." />
  25.     <variable name="Show_week_numbers" default="1" window="Calendar" description="Set to 0 to hide the week numbers from the calendar." />
  26.     <variable name="Show_week_numbers" default="1" window="Long Calendar" description="Set to 0 to hide the week numbers from the calendar." />
  27.     <variable name="Show_week_numbers" default="1" window="Dual Calendar" description="Set to 0 to hide the week numbers from the calendar." />
  28.     <variable name="Show_week_numbers" default="1" window="Sidebar" description="Set to 0 to hide the week numbers from the calendar." />
  29.     <variable name="Show_week_numbers" default="1" window="Year Calendar" description="Set to 0 to hide the week numbers from the calendar." />
  30.     <variable name="Format" default="%X" window="DigiClock" description="This defines the format of the clock. To get rid of the seconds use %H:%M or %#I:%M %p" />
  31.     <variable name="Timezone" default="Local" window="DigiClock" description="Defines the timezone. Use values like CET, EST, PST, A_CST, ..." />
  32.   </variables>
  33.   
  34.   <include file="xml/languages.xml" />
  35.   <include file="xml/elements.xml" />
  36.   <include file="xml/calendar.xml" />
  37.   <include file="xml/eventlist.xml" />
  38.   <include file="xml/todolist.xml" />
  39.   <include file="xml/tooltip.xml" />
  40.   <include file="xml/sidebar.xml" />
  41.   <include file="xml/alarm.xml" />
  42.   <include file="xml/long calendar.xml" />
  43.   <include file="xml/dual calendar.xml" />
  44.   <include file="xml/year calendar.xml" />
  45.   <include file="xml/digiclock.xml" />
  46.   
  47.   <trayicon element="bitmap.trayicon" />
  48.     
  49. </skin>
  50.